.. _EEex_InjectTemplate: =================================== EEex_InjectTemplate =================================== :: EEex_InjectTemplate(menuName, templateName, x, y, w, h) Inject template into menu. Exactly the same as :ref:`Infinity_InstanceAnimation`, but allows said instance to be "injected" into the menu specified. **Parameters** * **menuName** - menu name to inject to * **templateName** - template name to inject * **x** - x position * **y** - y position * **w** - width * **h** - height **Return** None **Example** :: EEex_InjectTemplate(menuName, templateName, x, y, w, h) **See Also** :ref:`Infinity_InstanceAnimation`